@charset "utf-8";
/* CSS Document */
/*conten*/
.content_box{ width:1200px; overflow:hidden;margin:0 auto; padding-top:20px;}
.search{overflow:hidden; margin-bottom: 20px;}
select{ width:163px; height:26px; color:#4d4d4d; border:1px #abadb3 solid;margin-right:13px;+height: 28px;padding: 3px 0; line-height: 20px; display: inline-block;*display: inline;*zoom: 1;}
.text{margin-right:6px;display:inline-block; *display: inline;*zoom: 1; margin-right:6px;}
.text input{ width:320px; height:26px; +height: 24px; line-height:26px;border:1px #abadb3 solid;padding-left: 3px;}
.text select{ width:320px; height:26px; color:#4d4d4d; border:1px #abadb3 solid;+height: 28px;padding: 3px 0; line-height: 20px;}
button{color:#fff; font-size:14px; width:105px; height:26px; font-weight:bold;margin-right:10px;display:inline-block; *display: inline;*zoom: 1;cursor:pointer; 
border-radius:3px; -webkit-border-radius:3px;-moz-border-radius:3px; 
	background:#334a7d;
	FILTER: progid: DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#426ca3, endColorStr=#334a7d);
	/*IE 6 7 8*/
	background: -ms-linear-gradient(top, #426ca3, #334a7d);
	/* IE 10 */
	background: -webkit-linear-gradient(top, #426ca3, #334a7d);
	background: -moz-linear-gradient(top, #426ca3, #334a7d);
	background: -o-linear-gradient(top, #426ca3, #334a7d); 
	border:1px #334a7d solid;
	position: relative;
	top: 1px;
}
/*choice*/
.choice{ width: 1090px; margin: 30px 50px 15px 50px;}
.choice a{ width:30px; height:30px; line-height:30px; text-align:center; display:inline-block;*display: inline;*zoom: 1; margin:0 3px 10px 3px; border:1px #6696c1 solid;font-size:15px; color:#000000;
background:-webkit-linear-gradient(#ffffff, #daf7ff);background: -moz-linear-gradient(#ffffff, #daf7ff); background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#daf7ff));
background: linear-gradient(#ffffff, #daf7ff); -pie-background:linear-gradient(#ffffff, #daf7ff);behavior: url(js/PIE.htc);position:relative; white-space: nowrap;}
.choice .cur{border:1px #f9bb71 solid;background:-webkit-linear-gradient(#fefeef, #fff09c);background: -moz-linear-gradient(#fefeef, #fff09c); 
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefeef), to(#fff09c));background: linear-gradient(#fefeef, #fff09c); -pie-background:linear-gradient(#fefeef, #fff09c);
behavior: url(js/PIE.htc);position:relative; white-space: nowrap;}
.choice a:hover{ background: #fff;}
h3{ color:#1f1f1f; font-size:16px; border-bottom:1px #313d75 dotted; height:30px;}
.option{ width:1185px; height:90px;border-bottom:1px #313d75 dotted; padding:15px 0 0 15px; margin-bottom:20px;}
.option a{ font-size:14px; color:#1f1f1f; text-decoration:underline; padding-right:43px; line-height:35px; white-space: nowrap;}
h4{ height:30px; line-height:30px; font-size:14px; padding-left:15px; background:#95c0e5; color:#3d3d3d;}
.result li{ height:40px; line-height:40px; font-size:14px; color:#3d3d3d;padding-left:8px;}
.result li a{ color:#3d3d3d; width:955px; font-size:14px; display:inline;}
.change{ background:#f0f6fb;}
.result li a:hover{ text-decoration:underline;}
.result li:nth-child(2n){ background: #f0f6fb;}



